cody - HTMLify profile

cody
4270 Files
632542 Views
Latest files of /cody/solygambas/html-css-javascript-projects/054-css loaders
* {
box-sizing: border-box;
}
body {
background-color: #fef9f2;
display: flex;
align-items: center;
box-sizing: border-box;
}
body {
background-color: #fef9f2;
display: flex;
align-items: center;
<!-- Based on CSS Loaders Tutorial by Shaun Pelling - The Net Ninja (2020)
see: https://www.youtube.com/watch?v=GFkorypkXsQ&list=PL4cUxeGkcC9guBMasBotBhq_cmvXhyr6t -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
see: https://www.youtube.com/watch?v=GFkorypkXsQ&list=PL4cUxeGkcC9guBMasBotBhq_cmvXhyr6t -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />